################################################################################
# Automatically-generated file. Do not edit!
################################################################################

first : all
-include ../makefile.init

# This file contains definitions of environment variables used in the makefiles and .args files if exist.
-include makefile.local

RM := "del /F /S /Q"

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include Source/subdir.mk
-include LCF/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
LNK += \

LNK_QUOTED += \

LNK_OS_FORMAT += \


# All Target
all: EngineControlSet.elf

# Tool invocations
EngineControlSet.elf: $(LCF_SRCS) $(OBJS) $(A_SRCS)
	@echo 'Building target: $@'
	@echo 'Invoking: ETPU Linker'
	"C:\Program Files (x86)\Freescale\CW eTPU v10.2.2\eclipse\/../ETPU/ETPU_Tools/Command_Line_Tools/bin/etpu_bins" --ld -g -map -symtab -arch=etpu2 -ide -lcf $(LCF_SRCS_QUOTED) $(OBJS_QUOTED) $(A_SRCS_QUOTED) -o "EngineControlSet.elf"
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

# Other Targets
clean:
	-$(RM) $(ETPU_PREPROCESSOR_ASM__OUTPUT_OUTPUTS)$(OBJS)$(C_DEPS)$(LNK)$(LNK_QUOTED)$(ETPU_DISASSEMBLER_OUTPUT_OUTPUTS_QUOTED)$(ETPU_PREPROCESSOR_OUTPUT_OUTPUTS_OS_FORMAT)$(ETPU_PREPROCESSOR_ASM__OUTPUT_OUTPUTS_OS_FORMAT)$(ETPU_DISASSEMBLER_OUTPUT_OUTPUTS)$(ETPU_PREPROCESSOR_OUTPUT_OUTPUTS)$(ETPU_PREPROCESSOR_OUTPUT_OUTPUTS_QUOTED)$(OBJS_QUOTED)$(ETPU_DISASSEMBLER_OUTPUT_OUTPUTS_OS_FORMAT)$(C_DEPS_OS_FORMAT)$(ETPU_PREPROCESSOR_ASM__OUTPUT_OUTPUTS_QUOTED)$(LNK_OS_FORMAT)$(C_DEPS_QUOTED)$(OBJS_OS_FORMAT) EngineControlSet.elf
	-@echo ' '

post-build:
	-C:\Program Files (x86)\Freescale\CW eTPU v10.2.2\eclipse\/../ETPU/ETPU_Tools/Command_Line_Tools/bin\plETPU.exe -lpm -g EngineControlSet.elf -arch etpu2 -report
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY: post-build

-include ../makefile.targets
